# Or via environment variables
export VYASA_USER="admin"
export VYASA_PASSWORD="secret123"
export VYASA_GOOGLE_CLIENT_ID="your-google-client-id"
export VYASA_GOOGLE_CLIENT_SECRET="your-google-client-secret"
export VYASA_GOOGLE_ALLOWED_DOMAINS="example.com"
Configuration priority example:
If you have both a .vyasa file with port = 8000 and an environment variable VYASA_PORT=9000, the .vyasa file takes precedence and port 8000 will be used.